实战预习准备
需要初步掌握的内容
- Python3 程序开发, 已安装python allure report 插件,参考命令: pip install allure-pytest
- PyCharm 使用
- git与github 的配置与使用
- Allure Report测试报告输出
- Python + Selenium自动化测试程序开发 + 运行环境配置
- Appium + Python 自动化测试
- Jenkins 基础使用技巧
- 已在Jenkins上安装 Allure Report 插件
环境准备
- 已搭建 Jenkins Server
- Python + Request 运行环境
- Python + Selenium 运行环境
- Python + Appium 运行环境, 包括已搭建Appium Server 和 可运行的安卓模拟器或者实体机
- Android SDK环境
课堂项目工程
https://github.com/princeqjzh/iInterface_python https://github.com/princeqjzh/iSelenium_Python https://github.com/princeqjzh/iAppium_Python https://github.com/princeqjzh/AndroidSampleApp https://github.com/princeqjzh/iAppBVT_Python